<name>Bo Rhamnes</name>
<profession>Weaponsmith</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><gold>10000</gold></if>
      <text>Finally you have come for the right equipment.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>1000</gold></if>
      <text>Ahem. Do we get to win this time?</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Crude daggers, anyone?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>How are we to choose the right weapons?</text>
      <npc>
        <reply>
          <text>There are many different types of weapons. Some go well together. With the right weapons, you are your enemy's worst nightmare. Each profession has its preferences and limitations, but there are weapons of superb quality, often magically enchanted, for every type.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We would like to trade now.</text>
      <npc>
        <reply>
          <if><hour>!8</hour></if>
          <text>It is early morning [gender], we open at eight.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>20</hour></if>
          <text>We have just closed for the day, [gender]. You need to return tomorrow.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Theres nothing like serving the best to the best.</text>
          <script><shop>First Blood</shop></script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>You are the last of an elite group.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>